AttachedToTargetEvent
data class AttachedToTargetEvent(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean) : Event
Content copied to clipboard
Issued when attached to target because of auto-attach or attachToTarget
command.
Constructors
AttachedToTargetEvent
Link copied to clipboard
fun AttachedToTargetEvent(sessionId: SessionID, targetInfo: TargetInfo, waitingForDebugger: Boolean)
Content copied to clipboard